home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / xscreensaver / config / popsquares.xml < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-07  |  998 b   |  32 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2.  
  3. <screensaver name="popsquares" _label="popsquares">
  4.  
  5.   <command arg="-root"/>
  6.  
  7.   <number id="delay" type="slider" arg="-delay %"
  8.           _label="Speed" _low-label="Slow" _high-label="Fast"
  9.           low="0" high="30000" default="25000"
  10.           convert="invert"/>
  11.  
  12.   <number id="subdivision" type="spinbutton" arg="-subdivision %"
  13.           _label="Subdivision"
  14.           low="1" high="64" default="5"/>
  15.  
  16.   <number id="border" type="spinbutton" arg="-border %"
  17.           _label="Border"
  18.           low="0" high="5" default="1"/>
  19.  
  20.   <number id="ncolors" type="spinbutton" arg="-ncolors %"
  21.             _label="Number of Colors" low="1" high="512" default="128"/>
  22.  
  23.   <string id="fg" _label="Start color" arg="-fg %"/>
  24.   <string id="bg" _label="End color" arg="-bg %"/>
  25.  
  26.   <boolean id="twitch" _label="Twitch" arg-set="-twitch"/>
  27.  
  28.   <_description>
  29. This draws a pop-art-ish looking grid of pulsing colors.  By Levi Burton.
  30.   </_description>
  31. </screensaver>
  32.